Exemplo n.º 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);
 }
Exemplo n.º 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);
 }