Bend.Tab.Tab C# (CSharp) Method

Tab() static private method

static private Tab ( ) : System
return System
        static Tab()
        {
            // Static constructor
                fontFamilySegoeUI = new FontFamily("Segoe UI");
                fontFamilyConsolas = new FontFamily("Consolas");
        }