예제 #1
0
 private void MetroWindow_Closed(object sender, EventArgs e)
 {
     Instance = null;
 }
예제 #2
0
 public Group()
 {
     InitializeComponent();
     Instance = this;
 }