예제 #1
0
파일: Map.cs 프로젝트: mbnunes/UOFiddler-1
 private void OnClickClearStatics(object sender, EventArgs e)
 {
     if ((showclearstatics == null) || (showclearstatics.IsDisposed))
     {
         showclearstatics         = new MapClearStatics(this, currmap);
         showclearstatics.TopMost = true;
         showclearstatics.Show();
     }
 }
예제 #2
0
 private void OnClickClearStatics(object sender, EventArgs e)
 {
     if ((showclearstatics == null) || (showclearstatics.IsDisposed))
     {
         showclearstatics = new MapClearStatics(this, currmap);
         showclearstatics.TopMost = true;
         showclearstatics.Show();
     }
 }