Пример #1
0
    public bool SetupUI(int gui = 0)
    {
        if (gui == 0)
        {
            PluginTest.TestForm form = new PluginTest.TestForm();
            form.Show();
        }

        return(true);
    }
Пример #2
0
    public bool SetupUI(int gui = 0)
    {
        if (gui == 0)
            {
                PluginTest.TestForm form = new PluginTest.TestForm();
                form.Show();
            }

            return true;
    }