示例#1
0
		public ComManager(AltaxoComApplicationAdapter appAdapter)
		{
			ApplicationAdapter = appAdapter;
			_guiThreadStack = new GuiThreadStack(appAdapter.IsInvokeRequiredForGuiThread, appAdapter.InvokeGuiThread);
			_fileComObject = new ProjectFileComObject(this);
		}
示例#2
0
 public ComManager(AltaxoComApplicationAdapter appAdapter)
 {
     ApplicationAdapter = appAdapter;
     _guiThreadStack    = new GuiThreadStack(appAdapter.IsInvokeRequiredForGuiThread, appAdapter.InvokeGuiThread);
     _fileComObject     = new ProjectFileComObject(this);
 }