Exemple #1
0
 private void defaultInitializationOfStaticFields()
 {
     fileManager = new ServiceFileManager();
     KinectWindow = new KinectWindowControl();
     ImageForm = new ImageFormControl();
     PresentationControl = new PowerPointControl();
     mainWindow = new DesktopMainWindowControl();
     urlManager = new ServiceUrlManager();
 }        
Exemple #2
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main()
 {
     ImageFormControl f = new ImageFormControl(@"../../poneis.jpg");
     //f.InitializeForm();
     f.StartThread();
     //f.Stop();
     System.Threading.Thread.Sleep(10000);
     f.StopThread();
     f.InitializeForm();
 }