コード例 #1
0
ファイル: MenuItems.cs プロジェクト: sjb8100/uplift
 private static bool EnableEditUpfile()
 {
     return(UpliftPreferences.UseExperimental());
 }
コード例 #2
0
ファイル: MenuItems.cs プロジェクト: sjb8100/uplift
 private static bool EnableShowUpdateWindow()
 {
     return(UpliftPreferences.UseExperimental());
 }