Beispiel #1
0
 protected internal static ServiceCreateBoxForm Instance()
 {
     if (_instance == null)
     {
         _instance = new ServiceCreateBoxForm();
     }
     return(_instance);
 }
Beispiel #2
0
        private void btnAdd_Click(object sender, EventArgs e)
        {
            ServiceCreateBoxForm scbf = ServiceCreateBoxForm.Instance();

            scbf.ShowDialog();
        }