コード例 #1
0
ファイル: App.g.i.cs プロジェクト: send2vinnie/1709
 public static void Main()
 {
     Wxwinter.BPM.WFDesigner.App app = new Wxwinter.BPM.WFDesigner.App();
     app.InitializeComponent();
     app.Run();
 }
コード例 #2
0
ファイル: App.g.cs プロジェクト: blacklensama/1709
 public static void Main() {
     Wxwinter.BPM.WFDesigner.App app = new Wxwinter.BPM.WFDesigner.App();
     app.InitializeComponent();
     app.Run();
 }