Ejemplo n.º 1
0
        internal static void LaunchClient()
        {
            // create a new ImageClient window and add it to the list
            ImageClient client = new ImageClient();

            s_clients.Add(client);
        }
Ejemplo n.º 2
0
 internal static void LaunchClient()
 {
     // create a new ImageClient window and add it to the list
     ImageClient client = new ImageClient();
     s_clients.Add(client);
 }
Ejemplo n.º 3
0
 internal static void DestroyClient(ImageClient client)
 {
     client.Close();
     s_clients.Remove(client);
 }
Ejemplo n.º 4
0
 internal static void DestroyClient(ImageClient client)
 {
     client.Close();
     s_clients.Remove(client);
 }