예제 #1
0
 public AdminLoginForm() : base()
 {
     InitializeComponent();
     if (defaultInstance == null)
     {
         defaultInstance = this;
     }
 }
예제 #2
0
 static void DefaultInstance_FormClosed(object sender, FormClosedEventArgs e)
 {
     defaultInstance = null;
 }