Example #1
0
 public JavaScriptControlHelper(WindowTip w)
 {
     this.prozorT = w;
 }
Example #2
0
        public static void ShowHelp(string key, WindowTip originator)
        {
            Help hh = new Help(key, originator);

            hh.Show();
        }