Exemplo n.º 1
0
 /// <summary>
 /// Create the window.
 /// </summary>
 public ParseGroupWindow()
 {
     Initialize();
     AddParseGroupWindow = new AddParseGroupWindow();
     AddParseGroupWindow.Closed += new EventHandler(AddGroupWindow_Closed);
     LayoutDesign();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create the window.
 /// </summary>
 public ParseGroupWindow()
 {
     Initialize();
     AddParseGroupWindow         = new AddParseGroupWindow();
     AddParseGroupWindow.Closed += new EventHandler(AddGroupWindow_Closed);
     LayoutDesign();
 }