CM3D2.MaidFiddler.Plugin.Gui.MaidFiddlerGUI.ClearAllFields(System.Windows.Forms.Control)

Here are the examples of the csharp api class CM3D2.MaidFiddler.Plugin.Gui.MaidFiddlerGUI.ClearAllFields(System.Windows.Forms.Control) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

2 Examples 7

1. Example

Project: CM3D2.MaidFiddler
Source File: MaidFiddlerGUI.Controls.cs
private void ClearAllFields()
        {
            Debugger.Assert(() => { ClearAllFields(tabControl1); }, "Failed to clear all GUI fields");
        }

2. Example

Project: CM3D2.MaidFiddler
Source File: MaidFiddlerGUI.Controls.cs
private void ClearAllFields(Control c)
        {
            if (c == tabPage_player)
            {
/n ..... /n //View Source file for more details /n }