Example #1
0
 public GetShp()
 {
     InitializeComponent();
     mFileName = string.Empty;
     mOutPath  = string.Empty;
     //Control.CheckForIllegalCrossThreadCalls = false;
     Tips.Hide();
 }
Example #2
0
 private void StartClick(object sender, EventArgs e)
 {
     Start.Enabled = false;
     Start.Hide();
     Label2048.Hide();
     Tips.Hide();
     InitAllBlocks();
     AddNewBlock();
 }