示例#1
0
 public void OnLocationChanged(ClientWindowLocationEventArgs e)
 {
     if (LocationChanged != null)
     {
         LocationChanged(this, e);
     }
 }
示例#2
0
 private void ClientWindow_LocationChanged(object sender, ClientWindowLocationEventArgs e)
 {
     _aquariumControl.Invalidate();
 }
 private void ClientWindow_LocationChanged(object sender, ClientWindowLocationEventArgs e)
 {
     _aquariumControl.Invalidate();
 }
 public void OnLocationChanged(ClientWindowLocationEventArgs e)
 {
     if (LocationChanged != null)
     {
         LocationChanged(this, e);
     }
 }