Exemplo n.º 1
0
 internal void ValidateSchemaClosing()
 {
     this._ValidateRdl = null;
 }
Exemplo n.º 2
0
 private void menuToolsValidateSchema_Click(object sender, EventArgs e)
 {
     if (_ValidateRdl == null)
     {
         _ValidateRdl = new DialogValidateRdl(this);
         _ValidateRdl.Show();
     }
     else
         _ValidateRdl.BringToFront();
     return;
 }