예제 #1
0
        public static void Start()
        {
            if (singleton == null)
            {
                singleton = new DelmiaConnect();
            }

            singleton.ConnectToDelmia();
        }
예제 #2
0
 private void button1_Click(object sender, RoutedEventArgs e)
 {
     DelmiaConnect.Start();
 }