Beispiel #1
0
 void CloseLayerForm()
 {
     if (this._layer != null)
     {
         this._layer.Close();
         this._layer = null;
     }
 }
Beispiel #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;
            }
        }
Beispiel #3
0
 void CloseLayerForm()
 {
     if (this._layer != null)
     {
         this._layer.Close();
         this._layer = null;
     }
 }
Beispiel #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;
            }
        }