Exemplo n.º 1
0
 private static Singletone GetInstance()
 {
     return(instance ?? (instance = new Singletone()));
 }
Exemplo n.º 2
0
 private void toolStripMenuItemSave_Click(object sender, EventArgs e)
 {
     MessageBox.Show($"Версия : 1.0\nРазработал: Другов Антон");
     toolStripStatusLabelAction.Text = "Просмотрена информация о программе";
     Singletone.Design(this);
 }