Пример #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);
 }