public void InitHttpUrlAdd() { pageMode = PageMode.Add; window.HttpUrl_Name.Clear(); window.HttpUrl_Method.SelectedIndex = 0; window.HttpUrl_Url.Clear(); this.HideAllElement(); window.HttpUrl_Form.Visibility = Visibility.Visible; httpUrlNoticeTargetContainer.Refresh(); //httpUrlNoticeTargetContainer.UnSelectAll(); }
public void InitMySqlAdd() { pageMode = PageMode.Add; window.MySql_Name.Clear(); window.MySql_Host.Clear(); window.MySql_Port.Clear(); window.MySql_User.Clear(); window.MySql_Password.Clear(); window.MySql_Database.Clear(); this.HideAllElement(); window.MySql_Form.Visibility = Visibility.Visible; mySqlNoticeTargetContainer.Refresh(); //mySqlNoticeTargetContainer.UnSelectAll(); }
public void InitProcessAdd() { pageMode = PageMode.Add; window.Process_Name.Clear(); this.HideAllElement(); window.Process_Form.Visibility = Visibility.Visible; processNoticeTargetContainer.Refresh(); //processNoticeTargetContainer.UnSelectAll(); }