Пример #1
0
 protected BaseForm()
 {
     _commandAdapter = new CommandAdapter();
 }
 public BaseUserControl()
 {
     _commandAdapter = new CommandAdapter();
 }
 public UnitEditorUserControl()
 {
     InitializeComponent();
     Dispatcher.CurrentDispatcher.ShutdownStarted += CurrentDispatcher_ShutdownStarted;
     _commandAdapter = new CommandAdapter();
 }
 public BaseForm()
 {
     //InitializeComponent();
     _commandAdapter = new CommandAdapter();
 }
Пример #5
0
 public BaseForm()
 {
     _commandAdapter = new CommandAdapter();
 }
 public PartyGoldEditorView()
 {
     InitializeComponent();
     _commandAdapter = new CommandAdapter();
 }