예제 #1
0
 public FrmNotificationEdit(string _text, string _user_loged, string _notification)
 {
     InitializeComponent();
     Text                 = _text;
     User                 = _user_loged;
     Notification         = _notification;
     TxtNotification.Text = Text;
     TxtNotification.Focus();
 }
예제 #2
0
 private void BtnLimpar_Click(object sender, EventArgs e)
 {
     TxtNotification.Text = "";
     TxtNotification.Focus();
 }