Exemplo n.º 1
0
 public void OnLocationChanged(ClientWindowLocationEventArgs e)
 {
     if (LocationChanged != null)
     {
         LocationChanged(this, e);
     }
 }
Exemplo n.º 2
0
 private void ClientWindow_LocationChanged(object sender, ClientWindowLocationEventArgs e)
 {
     _aquariumControl.Invalidate();
 }
Exemplo n.º 3
0
 private void ClientWindow_LocationChanged(object sender, ClientWindowLocationEventArgs e)
 {
     _aquariumControl.Invalidate();
 }
Exemplo n.º 4
0
 public void OnLocationChanged(ClientWindowLocationEventArgs e)
 {
     if (LocationChanged != null)
     {
         LocationChanged(this, e);
     }
 }