コード例 #1
0
 public void test()
 {
     GridLines test1 = new GridLines();
     test1.GenerateXGridLines();
 }
コード例 #2
0
ファイル: App.xaml.cs プロジェクト: AdamMartell/Projects
 public App()
 {
     GridLines test = new GridLines();
     test.GenerateXGridLines();
 }