public static void Start() { if (singleton == null) { singleton = new DelmiaConnect(); } singleton.ConnectToDelmia(); }
private void button1_Click(object sender, RoutedEventArgs e) { DelmiaConnect.Start(); }