コード例 #1
0
 public LocalServerPickerPage(LocalServerPickerView view, WizardPage nextPage, TestConnection testConnection, GetLocalInstances getLocalInstances) : base(nextPage)
 {
     m_View           = view;
     m_TestConnection = testConnection;
     m_View.SetFormEnabledState(EnabledState.Integrated);
     UpdateViewWithLocalInstances(getLocalInstances);
     view.OnChange(OnChangeAction);
 }
コード例 #2
0
 public LocalServerPickerPage(LocalServerPickerView view, WizardPage nextPage, TestConnection testConnection, GetLocalInstances getLocalInstances)
     : base(nextPage)
 {
     m_View = view;
     m_TestConnection = testConnection;
     m_View.SetFormEnabledState(EnabledState.Integrated);
     UpdateViewWithLocalInstances(getLocalInstances);
     view.OnChange(OnChangeAction);
 }