コード例 #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
ファイル: Map.cs プロジェクト: greeduomacro/FiddlerPlugin
 private void OnClickClearStatics(object sender, EventArgs e)
 {
     if ((showclearstatics == null) || (showclearstatics.IsDisposed))
     {
         showclearstatics = new MapClearStatics(this, currmap);
         showclearstatics.TopMost = true;
         showclearstatics.Show();
     }
 }