예제 #1
0
 // Activating the drop is done through this instead of something like a property "AllowDrop" because of the lag
 public void InitDrop(bool debug)
 {
     _formDrop = new FormDrop(this, debug);
 }
예제 #2
0
 // Activating the drop is done through this instead of something like a property "AllowDrop" because of the lag
 public void InitDrop(bool debug)
 {
     _formDrop = new FormDrop(this, debug);
 }