Пример #1
0
        public static CommandForm Ins()
        {
            if (_instance == null)
            {
                _instance = new CommandForm();
            }

            return _instance;
        }
Пример #2
0
 private CommandForm()
 {
     InitializeComponent();
     _instance = this;
     this.Load += new System.EventHandler(this.Form_Load);
 }