Esempio n. 1
0
 void CloseLayerForm()
 {
     if (this._layer != null)
     {
         this._layer.Close();
         this._layer = null;
     }
 }
Esempio n. 2
0
        void OpenLayerForm()
        {
            if (this._layer == null)
            {
                this._layer = new LineLayerForm();
                // this._layer.WindowState = FormWindowState.Maximized;
                // Rectangle rect = Screen.GetWorkingArea(this);

                this._layer.TopMost = true;
            }
        }
Esempio n. 3
0
 void CloseLayerForm()
 {
     if (this._layer != null)
     {
         this._layer.Close();
         this._layer = null;
     }
 }
Esempio n. 4
0
        void OpenLayerForm()
        {
            if (this._layer == null)
            {
                this._layer = new LineLayerForm();
                // this._layer.WindowState = FormWindowState.Maximized;
                // Rectangle rect = Screen.GetWorkingArea(this);

                this._layer.TopMost = true;
            }
        }