Init() public static method

public static Init ( string label, string command ) : void
label string
command string
return void
Beispiel #1
0
 static void SetPackSize()
 {
     GitValueSettingWindow.Init("Pack size limit", "pack.packSizeLimit");
 }
Beispiel #2
0
 static void AutoGCValue()
 {
     GitValueSettingWindow.Init("GC Auto Value", "gc.auto");
 }