Beispiel #1
0
		protected void Setup( string WorkingDirectory, Shell.OnDefaultAction EventToFire, Form FormToShow ) 
		{
			this.WorkingDirectory = WorkingDirectory;
			this.OnAction += EventToFire;
			this.m_form = FormToShow;
		}
Beispiel #2
0
 protected void Setup(string WorkingDirectory, Shell.OnDefaultAction EventToFire, Form FormToShow)
 {
     this.WorkingDirectory = WorkingDirectory;
     this.OnAction        += EventToFire;
     this.m_form           = FormToShow;
 }