Beispiel #1
0
 private void MenuWindowResetWindowLocations_Click(object sender, System.EventArgs e)
 {
     AppWorkspace.ResetFloatingForms();
     AppWorkspace.Widgets.ToolsForm.Visible  = true;
     AppWorkspace.Widgets.LayerForm.Visible  = true;
     AppWorkspace.Widgets.ColorsForm.Visible = true;
 }