Last-Modified: Fri, 10 Jul 2026 15:07:45 GMT Expires: Fri, 10 Jul 2026 15:12:45 GMT c0aba500d66c001a1f3dc7d0d6cfdd9d « 47 « .history « org.eclipse.core.resources « .plugins « .metadata « Software - Tango - Twine softwares
aboutsummaryrefslogtreecommitdiffstats
path: root/Software/.metadata/.plugins/org.eclipse.core.resources/.history/47/c0aba500d66c001a1f3dc7d0d6cfdd9d
blob: 1c8fe48c28542b263ab4d435f22fe1c48273f374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.SharedUI;

namespace Tango.MachineStudio.Developer.Views
{
    public interface IMainView : IView
    {
    }
}