aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml
blob: 63b2b3f6aafcb44cc050db864e7e84e31a82f087 (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
generated by cgit v1.3.1 (git 2.54.0) at 2026-07-23 01:09:47 +0000
 


ss="n">Dispose();
            return list;
        }

        public void Dispose()
        {
            _logManager.NewLog -= LogManager_NewLog;
            Logs.Clear();
        }
    }
}