Esempio n. 1
0
 public void Get_1()
 {
     HelpResource help = new HelpResource(Properties.Help.ResourceManager);
     help.Get("mock");
 }
Esempio n. 2
0
 public void Get_0()
 {
     HelpResource help = new HelpResource(Properties.Help.ResourceManager);
     Assert.AreEqual(Properties.Help.Width, help.Get("width"));
     Assert.AreEqual(Properties.Help.Height, help.Get("height"));
 }