예제 #1
0
파일: XWd.cs 프로젝트: borota/NetJ
 internal static void CreateParent(string windowId)
 {
     MainWindow = new JWindow(windowId);
 }
예제 #2
0
 internal static void CreateParent(string windowId)
 {
     MainWindow = new JWindow(windowId);
 }