Exemplo n.º 1
0
		public LaunchTypeTester(ShowItem showItem)
		{
			InitializeComponent();
			ShowItem = showItem;
			action = new LaunchAction(ShowItem);
			action.ActionComplete += OnActionComplete;
			action.Execute();
		}
Exemplo n.º 2
0
 public LaunchTypeTester(ShowItem showItem)
 {
     InitializeComponent();
     ShowItem = showItem;
     action   = new LaunchAction(ShowItem);
     action.ActionComplete += OnActionComplete;
     action.Execute();
 }