Пример #1
0
        private void UserInfobButton_Click(object sender, RoutedEventArgs e)
        {
            UserInfoScreen userIngoScreen = new UserInfoScreen(this, cl);

            userIngoScreen.Show();
            this.Hide();
        }
Пример #2
0
 public void init(UserInfoScreen parent)
 {
     this.btnOK.Text     = SK.Text("GENERIC_OK", "OK");
     this.btnCancel.Text = SK.Text("GENERIC_Cancel", "Cancel");
     this.label1.Text    = SK.Text("ReasonPopup_Enter_Reason", "Enter Reason For this Action");
     this.Text           = base.Title = SK.Text("ReasonPopup_Reason", "Reason");
     this.m_parent       = parent;
 }